home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface KillPanelController:Object
- {
- id addButton;
- id authorMatrix;
- id myPanel;
- id nameFormCell;
- id removeButton;
- char *nntpServerName;
- int authorCount;
- }
-
- - addName:sender;
- - removeName:sender;
- - (int)addAuthorNamed:(const char *)name;
- - showPanel:mainWindow;
- - windowDidUpdate:(Window *)sender;
- - authorsSelected:sender;
- - killPanel;
-
- @end
-